From fd781a1207fca7f5b7bcdd1f0ee07b8457443ac3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 13 Jan 2015 20:21:52 -0800 Subject: [PATCH] Use same find -perm syntax as rustc Closes #822 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0db828611..6c70d8db0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,7 +90,7 @@ style: sh tests/check-style.sh no-exes: - find $$(git ls-files) -perm +111 -type f \ + find $$(git ls-files) -perm +a+x -type f \ -not -name configure -not -name '*.sh' -not -name '*.rs' \ -not -wholename "*/rust-installer/*" | \ grep '.*' \ -- 2.30.2